home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / filesyst / ncpfs / mars_dos.000 / mars_dos / netpc / nwcrypt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  408 b   |  13 lines

  1. /* nwcrypt.h 22-Jun-96 */
  2. extern void shuffle(unsigned char *lon,
  3.                     const unsigned char *buf, int buflen,
  4.                 unsigned char *target);
  5.  
  6. extern void nw_encrypt(unsigned char *fra,
  7.                          unsigned char *buf,unsigned char *til);
  8.  
  9.  
  10. extern void nw_decrypt_newpass(char *oldpwd, char *newpwd, char *undecr);
  11. extern void newpassencrypt(char *old, char *new, char *out);
  12.  
  13.